MySQL - complete server migration (Ubuntu) [closed]
Posted
by
Mr A
on Server Fault
See other posts from Server Fault
or by Mr A
Published on 2012-09-26T04:52:27Z
Indexed on
2012/09/26
9:40 UTC
Read the original article
Hit count: 202
Possible Duplicate:
I'm setting up a new dev machine, and I have the old one sitting right next to me. I'd like to do an exact copy of all MySQL structures and data from the old machine to the new. Nothing fancy needs to happen (it's a dev machine). No replication. I don't care about "downtimes" etc.
Is there a super simple way to do this? For example, I have SSH on the old server, can I just use Nautilus, do a connect to server, and then transfer a folder over, replacing another folder with it and be done? It's the same version of MySQL on both sides. Same version of Ubuntu. Same in most respects.
© Server Fault or respective owner